home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Top 200 Programs
/
Top 200 Programs.iso
/
Bob8
/
TESTWARE
/
WHERE
/
WHERE.ZIP
/
WHERE.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-01-25
|
1KB
|
62 lines
echo off
cd\where
:start
cls
echo Please choose ....
echo.
echo 1. Start Where's That Mouse?
echo.
echo 2. See the notes to parents
echo.
echo 3. Print the Registration Form
echo.
echo 4. Quit
choice 1234
if errorlevel 4 goto end
if errorlevel 3 goto print
if errorlevel 2 goto notes
story.exe
goto start
:notes
type where.txt
pause
type where2.txt
pause
cls
type where3.txt
pause
cls
type where4.txt
pause
cls
type where5.txt
pause
goto start
:print
cls
echo.
echo IMPORTANT: in order to print the Order Form the printer must be
echo connected up and switched on.
echo.
echo Press "c" to continue .... or "q" to quit ...
choice CcQq
if errorlevel 4 goto notes
if errorlevel 3 goto notes
echo.
echo The documentation is now being printed ...
copy order prn
goto start
:end
cls
echo.
echo ASK YOUR PARENTS HOW YOU CAN TAKE PART IN AN ADVENTURE WITH MARMALADE
echo AND THE TERRIBLE TWINS! THE ADVENTURE IS CALLED BIRTHDAY FUN! AND IN
echo IT YOU GO TO MARLENE AND MARVYN'S BIRTHDAY PARTY!
echo.
echo TESTWARE PUBLISHING 46 The Avenue, Harrogate, N Yorks, England HG1 4QD
echo Sales:0423 886415 (24 hours) Technical:0423 880471 (9am to 5pm)
echo.
echo Contact us to register and receive BIRTHDAY FUN! the personalised
echo MARMALADE MOUSE adventure.
echo.